*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 29 Apr 2004 03:47:39 +0000 (03:47 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 29 Apr 2004 03:47:39 +0000 (03:47 +0000)
lisp/ChangeLog

index c3ab8ad0f4b5a371d62e323931c61c640a4d1e3d..8a1bba88874dd4af3052931a5def1da5a4604545 100644 (file)
@@ -1,3 +1,18 @@
+2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * comint.el (comint-prompt-read-only): New variable.
+       (comint-output-filter): Implement it.
+
+       * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
+       (ielm-prompt-internal): New variable.
+       (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
+       (ielm-send-input): Delete unused variable `buf'.
+       (ielm-eval-input): Use `ielm-prompt-internal'.
+       (inferior-emacs-lisp-mode): Use new variables
+       `comint-prompt-read-only' and `ielm-prompt-internal'.
+       Get rid of obsolete variable `directory-sep-char'.
+       (ielm): Use `zerop'.
+
 2004-04-29  John Paul Wallington  <jpw@gnu.org>
 
        * thumbs.el (toplevel): Require cl at compile time.